home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_065 / closewb / poster < prev   
Text File  |  1992-05-06  |  2KB  |  55 lines

  1. Article 2943 of comp.sys.amiga:
  2. Path: mcdsun!noao!hao!hplabs!ucbvax!CORY.BERKELEY.EDU!dillon
  3. From: dillon@CORY.BERKELEY.EDU (Matt Dillon)
  4. Newsgroups: comp.sys.amiga
  5. Subject: Putting workbench on a custom screen with MWB.
  6. Message-ID: <8703212022.AA13285@cory.Berkeley.EDU>
  7. Date: 21 Mar 87 20:22:15 GMT
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Lines: 208
  10.  
  11.  
  12.     In my release notes for MWB, I said you couldn't do a 'LoadWb' onto
  13. a custom screen.  This is in error.  You actually *can* load the workbench
  14. on a custom screen.  My error was trying to load it onto a custom screen of
  15. a different size.
  16.  
  17.     The only parameter you can change is the depth parameter.  Therefore,
  18.     the following sequence should work:
  19.  
  20.     mwb i
  21.     mwb d1 n
  22.     LoadWb
  23.  
  24.     The workbench works normally on the new custom screen.
  25.  
  26. REMOVING THE ORIGINAL WORKBENCH SCREEN (A HACK)
  27.  
  28.     -MWB must be installed.  'mwb i' to install
  29.     -setup your custom screen
  30.     -remove all windows from the original workbench screen
  31.     -'closewb' (see below).. simply calls intuition CloseWorkBench();
  32.     -LoadWb        (workbench placed on custom screen, but original
  33.             workbench screen is reopenned anyway
  34.     -'closewb'    removes original screen & current workbench icons
  35.     -LoadWb        reloads workbench onto custom screen, and for some
  36.             reason the original screen is not re-openned.
  37.  
  38.  
  39.     This is a big hack and may not work 100%.
  40.  
  41. NOTES:
  42.     It's difficult to crash the Amiga by fooling around with this...
  43.     as long as the screen dimensions for the custom screen have the
  44.     same width/height, LoadWb doesn't seem to care.
  45.  
  46.  
  47.  
  48. CLOSEWORKBENCH PROGRAM:
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.